object TableViewForm: TTableViewForm Left = 316 Top = 100 ActiveControl = TblGrid BorderStyle = bsDialog Caption = 'Tabellenansicht' ClientHeight = 318 ClientWidth = 512 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose OnKeyDown = FormKeyDown OnShow = FormShow TextHeight = 13 object Panel2: TPanel Left = 0 Top = 0 Width = 512 Height = 280 Align = alClient BevelOuter = bvNone BorderWidth = 3 TabOrder = 0 object TblGrid: TDBGrid Left = 3 Top = 34 Width = 506 Height = 243 Align = alClient DataSource = TblSource Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs] ReadOnly = True TabOrder = 0 TitleFont.Color = clBlack TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] OnDblClick = TblGridDblClick end object BetaVLabel: TPanel Left = 3 Top = 3 Width = 506 Height = 31 Align = alTop BevelOuter = bvNone BorderWidth = 2 TabOrder = 1 object TVNav: TDBENavigator Left = 2 Top = 2 Width = 417 Height = 25 DBExtender = TblDBExtender VisBtnsSearch = [snbSearch, snbSearchInc, snbSearchNext, snbSetBookmark, snbGotoBookmark, snbTblFilter, snbActiveFilter] VisBtnsRecord = [] VisBtnsExtend = [enbMemoView, enbLookUp] ButtonWidth = 25 ButtonHeight = 25 IncSrchWidth = 60 Ctl3D = False ParentCtl3D = False ParentShowHint = False ShowHint = True TabOrder = 0 end end end object Panel3: TPanel Left = 0 Top = 280 Width = 512 Height = 38 Align = alBottom Alignment = taLeftJustify BevelOuter = bvNone BorderWidth = 2 Caption = 'Panel3' TabOrder = 1 object Panel1: TPanel Left = 337 Top = 2 Width = 173 Height = 34 Align = alRight BevelOuter = bvNone TabOrder = 0 object OKBtn: TBitBtn Left = 5 Top = 2 Width = 80 Height = 30 Caption = '&OK' TabOrder = 0 OnClick = OKBtnClick Kind = bkOK end object CancelBtn: TBitBtn Left = 89 Top = 2 Width = 80 Height = 30 TabOrder = 1 OnClick = CancelBtnClick Kind = bkCancel end end object TVStatusPanel: TPanel Left = 88 Top = 2 Width = 249 Height = 34 Align = alClient Alignment = taLeftJustify BevelInner = bvLowered BevelOuter = bvNone TabOrder = 1 end object UserBtnPanel: TPanel Left = 2 Top = 2 Width = 86 Height = 34 Align = alLeft BevelOuter = bvNone TabOrder = 2 object UserBtn: TButton Left = 1 Top = 2 Width = 80 Height = 30 Caption = 'UserBtn' TabOrder = 0 end end end object TblSource: TDataSource AutoEdit = False Left = 62 Top = 195 end object TblDBExtender: TDBExtender AllowKeys = [akSelectNext, akDBMove, akLookUp, akSearch, akIncSearch, akBookmark, akDuplicate, akCancel, akDelete, akInsert] StatusPanel = TVStatusPanel MessagePanel = TVStatusPanel MasterSource = TblSource FormOnKeyPhysical = TblDBExtenderFormOnKeyPhysical FormOnException = TblDBExtenderFormOnException Left = 93 Top = 195 end end